home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUCLS3.ZIP / NURN.ZP / PROC.HLP < prev    next >
Text File  |  1993-01-02  |  1KB  |  35 lines

  1. Info on MLP Processing Program
  2.  
  3. 1. Reads;
  4.  a. Network structure file
  5.  b. Weight file for a trained network
  6.  c. Input data filename and type
  7.  
  8. 2. Processing;
  9.  a. Processes inputs into output layer activations
  10.  b. Saves activations or class decision to disk
  11.  
  12. 3. Example Run of MLP Processing Program
  13.  a. Go to the "Batch Processing" option and press <ret>
  14.  b. Observe the parameter file with commented keyboard responses;
  15.  
  16. Grng.out      ! Filename for storing network Outputs 
  17. Grng.top      ! Network structure filname
  18. 1             ! 1 for formatted input data, 2 for unformatted
  19. GRNG          ! input data filename
  20. 1             ! 1 if file includes desired output class number, 0 else
  21. 0  0          ! First and last pattern numbers (0 0 for all data)
  22. 1             ! 1 to store output layer activations, 2 for class decisions
  23. Grng.wts      ! Filename containing weights
  24. 2             ! 1 to continue, 2 to stop
  25.  
  26.     The program will process training data file grng using the 
  27.     network with structure file grng.top and weight file grng.wts.
  28.  c. Exit the DOS editor and observe the program running
  29.  d. Go to the "Examine Program Output" option and press <ret>
  30.  e. You can run this program on your own data, simply by editing the 
  31.     parameter file in the "batch Run" option.
  32.  
  33.  
  34.  
  35.